mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
11 lines
356 B
Diff
11 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 );
|
|
|