mirror of
https://github.com/reactos/CMake.git
synced 2025-02-24 05:53:21 +00:00
performance fix
This commit is contained in:
parent
c6017182bf
commit
cdace2fcd2
@ -84,7 +84,7 @@ public:
|
||||
/**
|
||||
* The full path to the file.
|
||||
*/
|
||||
std::string GetFullPath() const {return m_FullPath;}
|
||||
const std::string &GetFullPath() const {return m_FullPath;}
|
||||
void SetFullPath(const char *name) {m_FullPath = name;}
|
||||
|
||||
/**
|
||||
@ -98,7 +98,7 @@ public:
|
||||
* The file name associated with stripped off directory and extension.
|
||||
* (In most cases this is the name of the class.)
|
||||
*/
|
||||
std::string GetSourceExtension() const {return m_SourceExtension;}
|
||||
const std::string &GetSourceExtension() const {return m_SourceExtension;}
|
||||
void SetSourceExtension(const char *name) {m_SourceExtension = name;}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user