Commit a35ebe74 by Karsa Zoltán István

const fix

parent 8cc6782b
......@@ -38,7 +38,7 @@ class StringPool {
// Visszaadja, hogy az str objektum szabad, azaz
// kiosztható/megszerezhető-e
bool acquireable(RString& str);
bool acquireable(const RString& str) const;
// Ezután a visszaadott str objektum újra kiosztható másnak
// A függvény "reseteli" a stringet is: a karaktertömb első
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment