PIPluginLoader +1 error
This commit is contained in:
@@ -60,7 +60,7 @@ public:
|
||||
|
||||
//! \~english Read-only access to character by `index`.
|
||||
//! \~russian Доступ на чтение к символу по индексу `index`.
|
||||
inline const char & operator [](size_t index) const {return str[index];}
|
||||
inline char operator [](size_t index) const {return str[index];}
|
||||
|
||||
//! \~english Read-only access to character by `index`.
|
||||
//! \~russian Доступ на чтение к символу по индексу `index`.
|
||||
|
||||
Reference in New Issue
Block a user