diff options
author | Sebastian Geerken <devnull@localhost> | 2013-12-09 14:16:01 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2013-12-09 14:16:01 +0100 |
commit | 6c7572f8bd23064f96ba716e1ba8ba8a34847001 (patch) | |
tree | 9990448e5bd7b7be13603e7a99bfd30ff411e939 /dw/selection.cc | |
parent | 5856a620dd96e458b4018bd9d65e28cdbc9907cf (diff) |
Activated RTFL again, see <http://www.dillo.org/~sgeerken/rtfl/>.
Diffstat (limited to 'dw/selection.cc')
-rw-r--r-- | dw/selection.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dw/selection.cc b/dw/selection.cc index 8b4cf318..2201af44 100644 --- a/dw/selection.cc +++ b/dw/selection.cc @@ -20,6 +20,7 @@ #include "core.hh" +#include "../lout/debug.hh" #include <string.h> @@ -45,6 +46,8 @@ namespace core { SelectionState::SelectionState () { + DBG_OBJ_CREATE ("dw::core::SelectionState"); + layout = NULL; selectionState = NONE; |