aboutsummaryrefslogtreecommitdiff
path: root/include/Entry.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/Entry.hpp')
-rw-r--r--include/Entry.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Entry.hpp b/include/Entry.hpp
index 27c3517..32dcda2 100644
--- a/include/Entry.hpp
+++ b/include/Entry.hpp
@@ -17,7 +17,7 @@ namespace QuickMedia {
class Entry {
public:
- Entry(const std::string &placeholder_text, sf::Font *font, sf::Font *cjk_font);
+ Entry(const std::string &placeholder_text);
void process_event(sf::Event &event);
void draw(sf::RenderWindow &window);