diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2008-02-28 07:19:26 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2008-02-28 07:19:26 +0000 |
| commit | 832de37d5d8f77cc50e4976ba41ee27f3a87ba29 (patch) | |
| tree | 8f741a387f72676d6421b6e5f3003f9ce9285efd /src/extension/paramstring.h | |
| parent | a bit more boilerplate code for SVGFonts (diff) | |
| download | inkscape-832de37d5d8f77cc50e4976ba41ee27f3a87ba29.tar.gz inkscape-832de37d5d8f77cc50e4976ba41ee27f3a87ba29.zip | |
Warning cleanup
(bzr r4891)
Diffstat (limited to 'src/extension/paramstring.h')
| -rw-r--r-- | src/extension/paramstring.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/extension/paramstring.h b/src/extension/paramstring.h index 2f8e29c9c..eaadd95d7 100644 --- a/src/extension/paramstring.h +++ b/src/extension/paramstring.h @@ -1,5 +1,5 @@ -#ifndef __INK_EXTENSION_PARAMSTRING_H -#define __INK_EXTENSION_PARAMSTRING_H +#ifndef INK_EXTENSION_PARAMSTRING_H_SEEN +#define INK_EXTENSION_PARAMSTRING_H_SEEN /* * Copyright (C) 2005-2007 Authors: @@ -25,7 +25,7 @@ public: ParamString(const gchar * name, const gchar * guitext, const gchar * desc, const Parameter::_scope_t scope, Inkscape::Extension::Extension * ext, Inkscape::XML::Node * xml); virtual ~ParamString(void); /** \brief Returns \c _value, with a \i const to protect it. */ - const gchar * get (const SPDocument * doc, const Inkscape::XML::Node * node) { return _value; } + const gchar * get (const SPDocument * /*doc*/, const Inkscape::XML::Node * /*node*/) { return _value; } const gchar * set (const gchar * in, SPDocument * doc, Inkscape::XML::Node * node); Gtk::Widget * get_widget(SPDocument * doc, Inkscape::XML::Node * node, sigc::signal<void> * changeSignal); Glib::ustring * string (void); @@ -35,7 +35,7 @@ public: } /* namespace Extension */ } /* namespace Inkscape */ -#endif /* __INK_EXTENSION_PARAMSTRING_H */ +#endif /* INK_EXTENSION_PARAMSTRING_H_SEEN */ /* Local Variables: |
