diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2014-08-26 10:55:28 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2014-08-26 10:55:28 +0000 |
| commit | 2d1275f0337e3fe49ea493f58135c81d0e3af36d (patch) | |
| tree | 9801926c633bf8121a207ee4ab45bc463482bfca /src/inkview.cpp | |
| parent | Fix paint-selector orientation (diff) | |
| download | inkscape-2d1275f0337e3fe49ea493f58135c81d0e3af36d.tar.gz inkscape-2d1275f0337e3fe49ea493f58135c81d0e3af36d.zip | |
Standardise InkscapeApplication GObject implementation (namespace not supported properly)
(bzr r13341.1.179)
Diffstat (limited to 'src/inkview.cpp')
| -rw-r--r-- | src/inkview.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/inkview.cpp b/src/inkview.cpp index 82bd08e34..4188c832f 100644 --- a/src/inkview.cpp +++ b/src/inkview.cpp @@ -62,7 +62,7 @@ #include "inkscape-private.h" -Inkscape::Application *inkscape; +InkscapeApplication *inkscape; #include <iostream> @@ -232,7 +232,7 @@ main (int argc, const char **argv) ss.view = NULL; ss.fullscreen = false; - inkscape = (Inkscape::Application *)g_object_new (SP_TYPE_INKSCAPE, NULL); + inkscape = (InkscapeApplication *)g_object_new (SP_TYPE_INKSCAPE, NULL); // starting at where the commandline options stopped parsing because // we want all the files to be in the list @@ -572,7 +572,7 @@ static void usage() #ifdef XXX /* TODO !!! make this temporary stub unnecessary */ -Inkscape::Application *inkscape_get_instance() { return NULL; } +InkscapeApplication *inkscape_get_instance() { return NULL; } void inkscape_ref (void) {} void inkscape_unref (void) {} void inkscape_add_document (SPDocument *document) {} |
