summaryrefslogtreecommitdiff
path: root/Application.h
diff options
context:
space:
mode:
Diffstat (limited to 'Application.h')
-rw-r--r--Application.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Application.h b/Application.h
index bfc4a45f..7a666223 100644
--- a/Application.h
+++ b/Application.h
@@ -1,7 +1,7 @@
// **************************************************************************
// * This file is part of the FreeFileSync project. It is distributed under *
// * GNU General Public License: http://www.gnu.org/licenses/gpl.html *
-// * Copyright (C) 2008-2010 ZenJu (zhnmju123 AT gmx.de) *
+// * Copyright (C) 2008-2011 ZenJu (zhnmju123 AT gmx.de) *
// **************************************************************************
//
#ifndef FREEFILESYNCAPP_H
@@ -29,7 +29,6 @@ private:
return wxLayout_LeftToRight;
}
-
xmlAccess::XmlGlobalSettings globalSettings; //settings used by GUI, batch mode or both
int returnValue;
};
bgstack15