summaryrefslogtreecommitdiff
path: root/src/stamps
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-05-07 16:59:50 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-05-07 16:59:50 (GMT)
commit51b17badf4c72270bb762ea795d05d51c8b355e3 (patch)
treeb66671e0496b68114c6e91eedb58bf783d5343c0 /src/stamps
parentfb111f42d00dd8a2041bae970c0913e096ac5101 (diff)
downloadpowder-51b17badf4c72270bb762ea795d05d51c8b355e3.zip
powder-51b17badf4c72270bb762ea795d05d51c8b355e3.tar.gz
A bit of refactoring (elements)
Diffstat (limited to 'src/stamps')
-rw-r--r--src/stamps/StampsModel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stamps/StampsModel.h b/src/stamps/StampsModel.h
index 0356349..48d3c38 100644
--- a/src/stamps/StampsModel.h
+++ b/src/stamps/StampsModel.h
@@ -10,7 +10,7 @@
#include <vector>
#include <string>
-#include <math.h>
+#include <cmath>
#include "search/Save.h"
class StampsView;