diff options
Diffstat (limited to 'src/gui/windows/buyselldialog.h')
-rw-r--r-- | src/gui/windows/buyselldialog.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/windows/buyselldialog.h b/src/gui/windows/buyselldialog.h index 193364ff8..e8fe80a06 100644 --- a/src/gui/windows/buyselldialog.h +++ b/src/gui/windows/buyselldialog.h @@ -20,8 +20,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef GUI_BUYSELLDIALOG_H -#define GUI_BUYSELLDIALOG_H +#ifndef GUI_WINDOWS_BUYSELLDIALOG_H +#define GUI_WINDOWS_BUYSELLDIALOG_H #include "gui/widgets/window.h" @@ -80,4 +80,4 @@ class BuySellDialog final : public Window, public gcn::ActionListener Button *mBuyButton; }; -#endif // GUI_BUYSELLDIALOG_H +#endif // GUI_WINDOWS_BUYSELLDIALOG_H |