summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/client/ThumbnailBroker.h2
-rw-r--r--src/pim/Scanner.cpp1
2 files changed, 2 insertions, 1 deletions
diff --git a/src/client/ThumbnailBroker.h b/src/client/ThumbnailBroker.h
index 360c386..cc736ef 100644
--- a/src/client/ThumbnailBroker.h
+++ b/src/client/ThumbnailBroker.h
@@ -63,7 +63,7 @@ private:
ListenerHandle CompletedListener;
ThumbRenderRequest(GameSave * save, bool decorations, int width, int height, ListenerHandle completedListener) :
Save(save), Width(width), Height(height), CompletedListener(completedListener), Decorations(decorations) {}
- ThumbRenderRequest() : Save(0), Decorations(true), Width(0), Height(0), CompletedListener(ListenerHandle(0, NULL)) {}
+ ThumbRenderRequest() : Save(0), Decorations(true), Width(0), Height(0), CompletedListener(ListenerHandle(0, (ThumbnailListener*)NULL)) {}
};
//Thumbnail retreival
diff --git a/src/pim/Scanner.cpp b/src/pim/Scanner.cpp
index b56d2b6..e6d145a 100644
--- a/src/pim/Scanner.cpp
+++ b/src/pim/Scanner.cpp
@@ -1,5 +1,6 @@
//Lexical analyser
#include <algorithm>
+#include <cctype>
#include "Scanner.h"
namespace pim