summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2007-03-01 07:15:16 +0000
committergouldtj <gouldtj@users.sourceforge.net>2007-03-01 07:15:16 +0000
commit0f5c7e743bf7b5109200821cc0c58f68d0f58417 (patch)
treef28f0242b532dc613343049f84b1b96e7a00c3fd /src/main.cpp
parentr14584@tres: ted | 2007-02-28 20:01:52 -0800 (diff)
downloadinkscape-0f5c7e743bf7b5109200821cc0c58f68d0f58417.tar.gz
inkscape-0f5c7e743bf7b5109200821cc0c58f68d0f58417.zip
r14632@tres: ted | 2007-02-28 23:12:58 -0800
Splitting out the command line action class to try and leave SOME dependencies out of main.cpp. (bzr r2481)
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index d9e3138f9..dbca3f74c 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -108,6 +108,8 @@ using Inkscape::Extension::Internal::PrintWin32;
#include "application/application.h"
+#include "main-cmdlineact.h"
+
enum {
SP_ARG_NONE,
SP_ARG_NOGUI,