diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2007-11-11 07:52:54 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2007-11-11 07:52:54 +0000 |
| commit | 56c66349a377d409fa5399745563d3a7fd212a56 (patch) | |
| tree | 7033e91c713b42d487bcc907d8c1618a28dbb221 /src/application | |
| parent | more logical order of commands (diff) | |
| download | inkscape-56c66349a377d409fa5399745563d3a7fd212a56.tar.gz inkscape-56c66349a377d409fa5399745563d3a7fd212a56.zip | |
Minor cleanup
(bzr r4056)
Diffstat (limited to 'src/application')
| -rw-r--r-- | src/application/editor.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/application/editor.h b/src/application/editor.h index a6fe66688..1eed9a267 100644 --- a/src/application/editor.h +++ b/src/application/editor.h @@ -41,7 +41,7 @@ namespace Inkscape { class Editor : public AppPrototype { public: - static Editor *create (int argc, char **argv); + static Editor *create (int argc, char **argv); virtual ~Editor(); void* getWindow(); @@ -54,7 +54,7 @@ public: void exit(); bool lastViewOfDocument(SPDocument* doc, SPDesktop* view) const; - + bool addView(SPDesktop* view); bool deleteView(SPDesktop* view); @@ -67,7 +67,7 @@ public: static void activateDesktop (SPDesktop* dt); static void reactivateDesktop (SPDesktop* dt); static bool isDuplicatedView (SPDesktop* dt); - + static SPDocument* getActiveDocument(); static void addDocument (SPDocument* doc); static void removeDocument (SPDocument* doc); @@ -92,7 +92,7 @@ public: static sigc::connection connectDialogsUnhidden (const sigc::slot<void> &slot); static sigc::connection connectExternalChange (const sigc::slot<void> &slot); - + protected: Editor(Editor const &); Editor& operator=(Editor const &); @@ -117,7 +117,7 @@ protected: sigc::signal <void> _external_change_signal; private: - Editor(int argc, char **argv); + Editor(int argc, char **argv); bool init(); }; |
