summaryrefslogtreecommitdiff
path: root/src/interface/Textbox.h
diff options
context:
space:
mode:
authorjacob1 <jfu614@gmail.com>2013-01-18 19:37:24 (GMT)
committer jacob1 <jfu614@gmail.com>2013-01-18 19:37:24 (GMT)
commitded94b475d643f3e144f677ae6c01bbe5f9a73ce (patch)
treecaf8d058086bb846abaa3f1fdcfd37bd2a97ea83 /src/interface/Textbox.h
parentb3a2ab735b76185715d7efd848659ef87ca70405 (diff)
downloadpowder-ded94b475d643f3e144f677ae6c01bbe5f9a73ce.zip
powder-ded94b475d643f3e144f677ae6c01bbe5f9a73ce.tar.gz
move clipboard functions out of misc.cpp without creating errors
Diffstat (limited to 'src/interface/Textbox.h')
-rw-r--r--src/interface/Textbox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interface/Textbox.h b/src/interface/Textbox.h
index 7d06111..0d5140b 100644
--- a/src/interface/Textbox.h
+++ b/src/interface/Textbox.h
@@ -4,7 +4,7 @@
#include <string>
#include "Label.h"
-#include "Misc.h"
+#include "PowderToy.h"
namespace ui
{