Code

Add missing namespaces in win32 code (thanks to Yann Papouin for pointing this out)
[inkscape.git] / src / ui / dialog / filedialogimpl-win32.cpp
index 690c7400490c8de6fb58b741ac08d3ba4b96259d..2196ef0de4091acde803385591acc35def231f8e 100644 (file)
@@ -1498,9 +1498,9 @@ FileSaveDialogImplWin32::FileSaveDialogImplWin32(Gtk::Window &parent,
             const char *title,
             const Glib::ustring &/*default_key*/,
             const char *docTitle,
-            const FileSaveMethod save_method) :
+            const Inkscape::Extension::FileSaveMethod save_method) :
     FileDialogBaseWin32(parent, dir, title, fileTypes,
-                        (save_method == FILE_SAVE_METHOD_SAVE_COPY) ? "dialogs.save_copy" :  "dialogs.save_as"),
+                        (save_method == Inkscape::Extension::FILE_SAVE_METHOD_SAVE_COPY) ? "dialogs.save_copy" :  "dialogs.save_as"),
         _title_label(NULL),
         _title_edit(NULL)
 {