diff options
| author | jtx <javier.arraiza@marker.es> | 2013-03-19 16:56:26 +0000 |
|---|---|---|
| committer | jtx <javier.arraiza@marker.es> | 2013-03-19 16:56:26 +0000 |
| commit | fc95705f9d5761fe111a445c51afc505d08738a7 (patch) | |
| tree | 65fed75305c0582b165af2c327fca8246829c836 /src/inkscape.cpp | |
| parent | Merge from trunk (diff) | |
| download | inkscape-fc95705f9d5761fe111a445c51afc505d08738a7.tar.gz inkscape-fc95705f9d5761fe111a445c51afc505d08738a7.zip | |
Fixing regression
(bzr r11950.1.61)
Diffstat (limited to 'src/inkscape.cpp')
| -rw-r--r-- | src/inkscape.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inkscape.cpp b/src/inkscape.cpp index 449220357..491acd73e 100644 --- a/src/inkscape.cpp +++ b/src/inkscape.cpp @@ -91,7 +91,7 @@ enum { ################################*/ namespace Inkscape { -class ApplicationClass; +struct ApplicationClass; } static void inkscape_class_init (Inkscape::ApplicationClass *klass); |
