]> git.donarmstrong.com Git - lilypond.git/blobdiff - lib/input.cc
release: 1.1.62
[lilypond.git] / lib / input.cc
index 457ec5ebee9c1a455d9aeb94093be54d8bd3eeae..d159319a45002b98a1ef165bf577d35bc1e8625b 100644 (file)
@@ -23,10 +23,10 @@ Input::Input ()
   defined_ch_C_ = 0;
 }
 
-Input::Input (Input const &s)
+Input
+Input::spot () const
 {
-  source_file_l_ = s.source_file_l_;
-  defined_ch_C_ = s.defined_ch_C_;
+  return *this;
 }
 
 void
@@ -104,3 +104,4 @@ Input::location_str () const
   else
     return "(" + _ ("position unknown") + ")";
 }
+