diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2010-04-04 00:17:51 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2010-04-04 00:17:51 +0000 |
| commit | e10efc8dc1b2370f7f54970ca8e8f57b0f2d9666 (patch) | |
| tree | f110324355aa56799802589bdaefe206dfc1d347 /src/ui/dialog/dialog.h | |
| parent | Fix --export-page-drawing option in PDF, PS and LaTeX export. (diff) | |
| download | inkscape-e10efc8dc1b2370f7f54970ca8e8f57b0f2d9666.tar.gz inkscape-e10efc8dc1b2370f7f54970ca8e8f57b0f2d9666.zip | |
zero out pointers to deleted members. might expose problems if a stail pointer is related to bug #494722.
(bzr r9291)
Diffstat (limited to 'src/ui/dialog/dialog.h')
| -rw-r--r-- | src/ui/dialog/dialog.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/ui/dialog/dialog.h b/src/ui/dialog/dialog.h index 1a59a236c..f07c1bc86 100644 --- a/src/ui/dialog/dialog.h +++ b/src/ui/dialog/dialog.h @@ -21,9 +21,9 @@ class SPDesktop; -namespace Inkscape { -class Selection; -class Application; +namespace Inkscape { +class Selection; +class Application; } namespace Inkscape { @@ -36,7 +36,7 @@ void sp_retransientize(Inkscape::Application *inkscape, SPDesktop *desktop, gpoi gboolean sp_retransientize_again(gpointer dlgPtr); void sp_dialog_shutdown(GtkObject *object, gpointer dlgPtr); -/** +/** * @brief Base class for Inkscape dialogs * This class provides certain common behaviors and styles wanted of all dialogs * in the application. Fundamental parts of the dialog's behavior are controlled by @@ -46,7 +46,7 @@ class Dialog { public: - Dialog(Behavior::BehaviorFactory behavior_factory, const char *prefs_path = NULL, + Dialog(Behavior::BehaviorFactory behavior_factory, const char *prefs_path = NULL, int verb_num = 0, Glib::ustring const &apply_label = ""); virtual ~Dialog(); |
