Browse Source

minor build warnings

David Rose 23 years ago
parent
commit
84cb559f00
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pandaapp/src/stitchbase/stitchImage.cxx

+ 2 - 2
pandaapp/src/stitchbase/stitchImage.cxx

@@ -129,7 +129,7 @@ has_filename() const {
 
 
 string StitchImage::
 string StitchImage::
 get_filename() const {
 get_filename() const {
-  return _filename;
+  return _filename.get_fullpath();
 }
 }
 
 
 bool StitchImage::
 bool StitchImage::
@@ -139,7 +139,7 @@ has_fade_filename() const {
 
 
 string StitchImage::
 string StitchImage::
 get_fade_filename() const {
 get_fade_filename() const {
-  return _fade_filename;
+  return _fade_filename.get_fullpath();
 }
 }
 
 
 void StitchImage::
 void StitchImage::