PIPluginLoader +1 error

This commit is contained in:
2022-04-30 16:07:30 +03:00
parent 2bbdbc3ac9
commit 8d5730f715
3 changed files with 10 additions and 2 deletions

View File

@@ -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`.