summaryrefslogtreecommitdiff
path: root/dgl/StandaloneWindow.hpp
diff options
context:
space:
mode:
authorfalkTX <falktx@gmail.com>2014-05-06 22:20:47 +0200
committerfalkTX <falktx@gmail.com>2014-05-06 22:20:47 +0200
commit3cab16194504b070f1252ac1449cfeb14ff03005 (patch)
treeaacb60c5f2df033982eb6723b22eb0017f354ba4 /dgl/StandaloneWindow.hpp
parent716be94bfc5e5937bb3fe7586a92cb1d8522572c (diff)
Misc cleanup
Diffstat (limited to 'dgl/StandaloneWindow.hpp')
-rw-r--r--dgl/StandaloneWindow.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dgl/StandaloneWindow.hpp b/dgl/StandaloneWindow.hpp
index e5203ee2..c98a0be8 100644
--- a/dgl/StandaloneWindow.hpp
+++ b/dgl/StandaloneWindow.hpp
@@ -57,7 +57,7 @@ public:
fWindow.setResizable(yesNo);
}
- void setSize(unsigned int width, unsigned int height)
+ void setSize(uint width, uint height)
{
fWindow.setSize(width, height);
}