diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-01-01 18:51:39 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-01-01 18:51:39 +0000 |
commit | f6cdb32b21e79f5c75cbe28345546524f7333d64 (patch) | |
tree | a82ea98e04f996c7db6452de65ba14f7ce8f9211 /lib | |
parent | Generic solution for glGen/glDel arrays, then tidy-up the uses (diff) | |
download | ilt-f6cdb32b21e79f5c75cbe28345546524f7333d64.tar.bz2 ilt-f6cdb32b21e79f5c75cbe28345546524f7333d64.tar.xz ilt-f6cdb32b21e79f5c75cbe28345546524f7333d64.zip |
Don't forward declare Cache
Diffstat (limited to 'lib')
-rw-r--r-- | lib/cache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/cache.h b/lib/cache.h index b081c04..2a651f0 100644 --- a/lib/cache.h +++ b/lib/cache.h @@ -33,5 +33,6 @@ public: private: std::map<std::string, Ptr> cached; }; +// IWYU pragma: no_forward_declare Cache #endif |