summaryrefslogtreecommitdiffstats
path: root/src/layer-manager.h
diff options
context:
space:
mode:
authorjohnce <johnce@users.sourceforge.net>2009-08-05 05:40:36 +0000
committerjohnce <johnce@users.sourceforge.net>2009-08-05 05:40:36 +0000
commit8b04d0db6c55e36935690d37defb6f9b68945796 (patch)
tree3909eb7f8201b43f6a4dcfcc854eda2fbc72b17e /src/layer-manager.h
parentScour extension added to Makefile.am and POTFILE.in (inkscape.pot updated). (diff)
downloadinkscape-8b04d0db6c55e36935690d37defb6f9b68945796.tar.gz
inkscape-8b04d0db6c55e36935690d37defb6f9b68945796.zip
SPDocument->Document
(bzr r8404)
Diffstat (limited to 'src/layer-manager.h')
-rw-r--r--src/layer-manager.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/layer-manager.h b/src/layer-manager.h
index 81f75e002..bbd5ccafb 100644
--- a/src/layer-manager.h
+++ b/src/layer-manager.h
@@ -17,7 +17,7 @@
#include <map>
class SPDesktop;
-class SPDocument;
+class Document;
namespace Inkscape {
@@ -44,7 +44,7 @@ private:
class LayerWatcher;
void _objectModified( SPObject* obj, guint flags );
- void _setDocument(SPDocument *document);
+ void _setDocument(Document *document);
void _rebuild();
void _selectedLayerChanged(SPObject *layer);
@@ -53,7 +53,7 @@ private:
sigc::connection _resource_connection;
GC::soft_ptr<SPDesktop> _desktop;
- SPDocument *_document;
+ Document *_document;
std::vector<LayerWatcher*> _watchers;