From e065796e8d1cd4507899ba2c6d4f5410d83bb994 Mon Sep 17 00:00:00 2001 From: manuel Date: Fri, 15 Apr 2011 13:23:07 +0200 Subject: fix build error --- pacman-c++/anyoption.cpp | 1 + pacman-c++/client.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pacman-c++/anyoption.cpp b/pacman-c++/anyoption.cpp index 5d11508..fc302b3 100644 --- a/pacman-c++/anyoption.cpp +++ b/pacman-c++/anyoption.cpp @@ -60,6 +60,7 @@ */ #include "anyoption.h" +#include AnyOption::AnyOption() { diff --git a/pacman-c++/client.cpp b/pacman-c++/client.cpp index 7b84dae..7c428c5 100644 --- a/pacman-c++/client.cpp +++ b/pacman-c++/client.cpp @@ -130,7 +130,7 @@ void Client::showAbout() "Authors: H. Demel, B. Mallinger, M. Mausz, M. Racz
" "
" "Gameplay based on Pacman" - ", © Namco, 1980
" + ", © Namco 1980
" "
" "Developed using Qt %2 (%3 bit)
") .arg(actoricons, QLatin1String(QT_VERSION_STR), QString::number(QSysInfo::WordSize)); -- cgit v1.2.3