git-svn-id: svn://ultimatepp.org/upp/trunk@8277 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2015-03-17 08:28:19 +00:00
parent ad1199a2e2
commit b6ed42c99c
3 changed files with 20 additions and 17 deletions

View file

@ -49,7 +49,7 @@ struct Cpp {
String GetIncludePath(const char *s);
void Do(Stream& in, Index<String>& header);
void DoCpp(Stream& in);
void DoCpp(Stream& in, Index<String>& header);
Callback3<const String&, int, const String&> WhenError;