From d8e262ddafa79fe523fca260b34288705b3b1974 Mon Sep 17 00:00:00 2001 From: stephena Date: Sat, 17 Jan 2009 15:14:46 +0000 Subject: [PATCH] One final (minor) change for the Win32 Mingw compile. Luckily, it doesn't affect the other builds. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1637 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba --- stella/src/win32/FSNodeWin32.cxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/stella/src/win32/FSNodeWin32.cxx b/stella/src/win32/FSNodeWin32.cxx index 1856e84e3..bcf33ce1a 100644 --- a/stella/src/win32/FSNodeWin32.cxx +++ b/stella/src/win32/FSNodeWin32.cxx @@ -13,7 +13,7 @@ // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: FSNodeWin32.cxx,v 1.22 2009-01-16 20:00:35 stephena Exp $ +// $Id: FSNodeWin32.cxx,v 1.23 2009-01-17 15:14:46 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project @@ -77,8 +77,7 @@ class MyDocumentsFinder { public: - MyDocumentsFinder::MyDocumentsFinder() - : myFolderModule(0), myFolderPathFunc(0) + MyDocumentsFinder() : myFolderModule(0), myFolderPathFunc(0) { myFolderModule = LoadLibrary("shfolder.dll"); if(myFolderModule)