mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
stringapi: Miscellaneous char* parameters
This commit is contained in:
@@ -41,8 +41,8 @@ public:
|
||||
return this->AvailablePlatforms; }
|
||||
|
||||
protected:
|
||||
virtual void StartElement(const char* name, const char** attributes);
|
||||
void EndElement(const char* name);
|
||||
virtual void StartElement(const std::string& name, const char** attributes);
|
||||
void EndElement(const std::string& name);
|
||||
void CharacterDataHandler(const char* data, int length);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user