Add missing minor changes to internal Clipboard API

This commit is contained in:
Joshua Granick
2018-11-15 19:15:18 -08:00
parent 3049e637b0
commit 2dcd5c969c
2 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ namespace lime {
static const char* GetText ();
static bool HasText ();
static void SetText (const char* text);
static bool SetText (const char* text);
};