From 03bc485016127d419bbbbc3cfb09e21e8754b383 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 30 Nov 2011 12:33:18 -0600 Subject: Initial automated TQt conversion --- src/XPM.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/XPM.cpp') diff --git a/src/XPM.cpp b/src/XPM.cpp index b8e27f4..4ce84aa 100644 --- a/src/XPM.cpp +++ b/src/XPM.cpp @@ -16,12 +16,12 @@ XPM::XPM(const char *textForm) { - qpm = *reinterpret_cast(textForm); + qpm = *reinterpret_cast(textForm); } XPM::XPM(const char * const *linesForm) { - qpm = *reinterpret_cast(linesForm); + qpm = *reinterpret_cast(linesForm); } void XPM::RefreshColourPalette(Palette &pal, bool want) -- cgit v1.2.3