diff options
| author | MenTaLguY <mental@rydia.net> | 2006-07-21 21:49:37 +0000 |
|---|---|---|
| committer | mental <mental@users.sourceforge.net> | 2006-07-21 21:49:37 +0000 |
| commit | 8241ea1543dd759a3de12ade9495cd67bcb87a51 (patch) | |
| tree | e899c726795ed8d91179e2940486466e84dae5e3 /src/layer-manager.h | |
| parent | switch to sigc++ signal for "release" (diff) | |
| download | inkscape-8241ea1543dd759a3de12ade9495cd67bcb87a51.tar.gz inkscape-8241ea1543dd759a3de12ade9495cd67bcb87a51.zip | |
switch to sigc++ signals and manually clean up signal connections (although it may not be strictly necessary to do so here)
(bzr r1453)
Diffstat (limited to 'src/layer-manager.h')
| -rw-r--r-- | src/layer-manager.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/layer-manager.h b/src/layer-manager.h index fa710e938..0dec95c97 100644 --- a/src/layer-manager.h +++ b/src/layer-manager.h @@ -14,6 +14,7 @@ #include "gc-finalized.h" #include "gc-soft-ptr.h" #include <vector> +#include <map> class SPDesktop; class SPDocument; @@ -41,8 +42,6 @@ private: friend class LayerWatcher; class LayerWatcher; - static void _objectModifiedCB( SPObject* obj, guint flags, LayerManager* mgr ); - void _objectModified( SPObject* obj, guint flags ); void _setDocument(SPDocument *document); void _rebuild(); |
