]> git.mxchange.org Git - simgear.git/blobdiff - simgear/misc/exception.cxx
Updates to build system to better support automake-1.5
[simgear.git] / simgear / misc / exception.cxx
index f67bc35228d4a1f7ed537051f90ddaa59f46106d..75f4cf50d0368853b48c7ea2bd9d63a400556caf 100644 (file)
@@ -86,7 +86,7 @@ sg_location::asString () const
 {
   char buf[128];
   string out = "";
-  if (_path != "") {
+  if (_path != (string)"") {
     out += _path;
     if (_line != -1 || _column != -1)
       out += ",\n";