[STYLE] pthese error position
This commit is contained in:
parent
327fdbf1a2
commit
fbc89d59db
@ -121,8 +121,7 @@ namespace etk {
|
|||||||
/**
|
/**
|
||||||
* @brief FS node is for File system IO access This class is independent of the OS, If you acces to a file in windows, it might generate the right loke Linux (it is important to know that windows right is lighter than linux)
|
* @brief FS node is for File system IO access This class is independent of the OS, If you acces to a file in windows, it might generate the right loke Linux (it is important to know that windows right is lighter than linux)
|
||||||
*/
|
*/
|
||||||
class FSNode
|
class FSNode {
|
||||||
{
|
|
||||||
private:
|
private:
|
||||||
std::string m_userFileName; //!< the name requested by the User
|
std::string m_userFileName; //!< the name requested by the User
|
||||||
std::string m_systemFileName; //!< the compleate filename for the system
|
std::string m_systemFileName; //!< the compleate filename for the system
|
||||||
|
Loading…
x
Reference in New Issue
Block a user