summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xlibk9copy/k9dvd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libk9copy/k9dvd.h b/libk9copy/k9dvd.h
index 5371eeb..dfd911a 100755
--- a/libk9copy/k9dvd.h
+++ b/libk9copy/k9dvd.h
@@ -169,7 +169,7 @@ signals: // Signals
void sigTotalText(TQString &text);
};
-typedef struct lng { char code[3]; TQString name;};
+struct lng { char code[3]; TQString name;};
#endif