X-Git-Url: https://ruin.nu/git/?p=hbs.git;a=blobdiff_plain;f=bs%2Fbsdoc.h;h=d113f5bc3df0effd22428ce91108654478778244;hp=5cf0001e33716fd8b5f7012bd88f6028ccbcdb2d;hb=56b09bf912d2965744e2e78a30fc68d73ebe401c;hpb=dc90594097a886eee49e9bfe45da6d4f9765179a diff --git a/bs/bsdoc.h b/bs/bsdoc.h index 5cf0001..d113f5b 100644 --- a/bs/bsdoc.h +++ b/bs/bsdoc.h @@ -58,7 +58,7 @@ class BSDoc : public QObject * change it. * \todo remove this, and replace it with a better more closed interface. */ - std::map > >& Battles(); + const std::map > >& Battles() const; signals: void documentChanged();