summaryrefslogtreecommitdiffstats
path: root/src/registrytool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/registrytool.cpp')
-rw-r--r--src/registrytool.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/registrytool.cpp b/src/registrytool.cpp
index 51c1063ef..89442bc36 100644
--- a/src/registrytool.cpp
+++ b/src/registrytool.cpp
@@ -29,12 +29,12 @@
#include <glibmm/ustring.h>
-typedef struct
+struct KeyTableEntry
{
HKEY key;
int strlen;
const char *str;
-} KeyTableEntry;
+};