diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2010-12-12 08:40:34 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2010-12-12 08:40:34 +0000 |
| commit | aadfea4113abc6863d7ab03d21b973802c41c503 (patch) | |
| tree | 3f890c0c112433fd850d59558208addf1baa85da /src/interface.h | |
| parent | Pot and Dutch translation update (diff) | |
| parent | A simple layout document as to what, why and how is cppification. (diff) | |
| download | inkscape-aadfea4113abc6863d7ab03d21b973802c41c503.tar.gz inkscape-aadfea4113abc6863d7ab03d21b973802c41c503.zip | |
Merge and cleanup of GSoC C++-ification project.
(bzr r9945.1.1)
Diffstat (limited to 'src/interface.h')
| -rw-r--r-- | src/interface.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/interface.h b/src/interface.h index 30fda6a39..01732e911 100644 --- a/src/interface.h +++ b/src/interface.h @@ -1,5 +1,5 @@ -#ifndef __SP_INTERFACE_H__ -#define __SP_INTERFACE_H__ +#ifndef SEEN_SP_INTERFACE_H +#define SEEN_SP_INTERFACE_H /* * Main UI stuff @@ -7,6 +7,7 @@ * Authors: * Lauris Kaplinski <lauris@kaplinski.com> * Frank Felfe <innerspace@iname.com> + * Abhishek Sharma * * Copyright (C) 1999-2002 authors * Copyright (C) 2001-2002 Ximian, Inc. @@ -17,7 +18,7 @@ #include <gtk/gtkstyle.h> #include "forward.h" - +#include "sp-item.h" /** * Create a new document window. @@ -69,7 +70,7 @@ void sp_ui_dialog_title_string (Inkscape::Verb * verb, gchar* c); void sp_ui_error_dialog (const gchar * message); bool sp_ui_overwrite_file (const gchar * filename); -#endif +#endif // SEEN_SP_INTERFACE_H /* Local Variables: |
