Fix compilation error in ui/clipboard_none.h

This commit is contained in:
David Capello 2014-02-24 08:23:04 -03:00
parent 4b88e90dc6
commit 3b23184c15

View File

@ -4,6 +4,8 @@
// This source file is distributed under MIT license,
// please read LICENSE.txt for more information.
#include <string>
namespace {
void get_system_clipboard_text(std::string& text)