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 23535e4..27c3517 100644
--- a/include/Entry.hpp
+++ b/include/Entry.hpp
@@ -13,7 +13,7 @@ namespace sf {
namespace QuickMedia {
// Return true to clear the text
- using OnEntrySubmit = std::function<bool(const std::string& text)>;
+ using OnEntrySubmit = std::function<bool(std::string text)>;
class Entry {
public: