diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2012-02-15 09:32:55 +0000 |
|---|---|---|
| committer | Johan Engelen <goejendaagh@zonnet.nl> | 2012-02-15 09:32:55 +0000 |
| commit | d4441b6966101c69baf3dae61ed9b2a266f60dc4 (patch) | |
| tree | ee94bb8eecac1390e773f05e27e96e427b71b6b0 /src | |
| parent | fix warning (diff) | |
| download | inkscape-d4441b6966101c69baf3dae61ed9b2a266f60dc4.tar.gz inkscape-d4441b6966101c69baf3dae61ed9b2a266f60dc4.zip | |
fix build after r10963
(bzr r10981)
Diffstat (limited to 'src')
| -rw-r--r-- | src/sp-object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-object.h b/src/sp-object.h index b16927979..b08706b0b 100644 --- a/src/sp-object.h +++ b/src/sp-object.h @@ -49,7 +49,7 @@ class SPObjectClass; #define SP_OBJECT_WRITE_EXT (1 << 1) #define SP_OBJECT_WRITE_ALL (1 << 2) -#include <glibmm/object.h> +#include <glib-object.h> #include <stddef.h> #include <sigc++/connection.h> #include <sigc++/functors/slot.h> |
