diff options
Diffstat (limited to 'src/gui/sell.cpp')
-rw-r--r-- | src/gui/sell.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/sell.cpp b/src/gui/sell.cpp index b6cbe5df..7c030eb1 100644 --- a/src/gui/sell.cpp +++ b/src/gui/sell.cpp @@ -23,7 +23,7 @@ #include "sell.h" -#include <assert.h> +#include <cassert> #include <sstream> #include <guichan/widgets/label.hpp> |