diff options
| author | root <root@jtx.marker.es> | 2013-03-16 20:28:39 +0000 |
|---|---|---|
| committer | root <root@jtx.marker.es> | 2013-03-16 20:28:39 +0000 |
| commit | dc88806b0778f65a3f16071c9782d607cc735dda (patch) | |
| tree | ac560318c8a3bb2ac244edba6511082bb06cac34 /src/dialogs | |
| parent | Updating original path (diff) | |
| parent | Fix another tonne of forward declaration tags (diff) | |
| download | inkscape-dc88806b0778f65a3f16071c9782d607cc735dda.tar.gz inkscape-dc88806b0778f65a3f16071c9782d607cc735dda.zip | |
widget working not compile
(bzr r11950.1.54)
Diffstat (limited to 'src/dialogs')
| -rw-r--r-- | src/dialogs/dialog-events.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dialogs/dialog-events.h b/src/dialogs/dialog-events.h index 5ba2d62c9..623058282 100644 --- a/src/dialogs/dialog-events.h +++ b/src/dialogs/dialog-events.h @@ -30,7 +30,7 @@ class Entry; class SPDesktop; namespace Inkscape { -class Application; +struct Application; } // namespace Inkscape typedef struct { |
