[commit] r1325 - trunk/GME/Gme
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Thu May 26 16:10:48 CDT 2011
Author: ksmyth
Date: Thu May 26 16:10:47 2011
New Revision: 1325
Log:
Need function call
Modified:
trunk/GME/Gme/GMEApp.h
Modified: trunk/GME/Gme/GMEApp.h
==============================================================================
--- trunk/GME/Gme/GMEApp.h Wed May 25 14:17:39 2011 (r1324)
+++ trunk/GME/Gme/GMEApp.h Thu May 26 16:10:47 2011 (r1325)
@@ -72,7 +72,7 @@
inline CString connString() const { return currentConnection; }
void getMgaPaths(CString& filename, CString& dirname) {
- ASSERT(isMgaProj);
+ ASSERT(isMgaProj());
ASSERT(mgaProject);
CString conn = connString();
const TCHAR* zsConn = conn;
More information about the gme-commit
mailing list