mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-12-08 23:03:46 +00:00
12 lines
356 B
Diff
12 lines
356 B
Diff
|
--- src/lib/xml/tinyxml.h.orig 2006-05-13 00:39:24.000000000 +0300
|
||
|
+++ src/lib/xml/tinyxml.h 2006-05-13 00:39:53.000000000 +0300
|
||
|
@@ -823,7 +823,7 @@
|
||
|
#endif
|
||
|
|
||
|
/// Construct.
|
||
|
- TiXmlDeclaration::TiXmlDeclaration( const char * _version,
|
||
|
+ TiXmlDeclaration( const char * _version,
|
||
|
const char * _encoding,
|
||
|
const char * _standalone );
|
||
|
|