Fix compile error due to faulty merge.

This commit is contained in:
Nathan Letwory 2011-07-22 14:13:28 +00:00
parent 7b1bb26135
commit 8c5f028f4a

@ -75,6 +75,9 @@
#include <stdio.h> // for fprintf only
#include <cstdlib> // for exit
static GHOST_TKey
convertXKey(KeySym key);
//these are for copy and select copy
static char *txt_cut_buffer= NULL;
static char *txt_select_buffer= NULL;