ソースを参照

Applied cosmetic changes suggested by Pete.


git-svn-id: https://svn.microneil.com/svn/CodeDweller/branches/adeniz_1@116 d34b734f-a00e-4b39-a726-e4eeb87269ab
adeniz_1
adeniz 7年前
コミット
fc29d1ce6a
1個のファイルの変更2行の追加2行の削除
  1. 2
    2
      XMLReader.cpp

+ 2
- 2
XMLReader.cpp ファイルの表示

@@ -1270,7 +1270,7 @@ std::string XMLReaderData::extract(int Index, int Endex) const {
if (Start > End) End = Start;
if (End >= myBufferSize) End = myBufferSize - 1;

return std::string(myDataBuffer, Start, End - Start + 1);
return string(myDataBuffer, Start, End - Start + 1);
}

//// Utilities /////////////////////////////////////////////////////////////////
@@ -1292,4 +1292,4 @@ void XMLeratorSetTrueOnComplete::operator()(
} // true.
}

}
} // End of CodeDweller namespace.

読み込み中…
キャンセル
保存