Skip to content
Snippets Groups Projects
Commit 1f436b6b authored by Florian Schmaus's avatar Florian Schmaus
Browse files

Make Fiber::getFlagt() const

parent 4ca6b308
No related branches found
No related tags found
No related merge requests found
......@@ -116,7 +116,7 @@ private:
public:
unsigned int getFlag() {
unsigned int getFlag() const {
return flag;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment