LILLIPUT: Added missing reference to debug flags

This commit is contained in:
Eugene Sandulenko 2021-06-07 00:24:32 +02:00
parent d7f82b83aa
commit 275cad9f78
No known key found for this signature in database
GPG Key ID: 014D387312D34F08

View File

@ -118,6 +118,10 @@ public:
const char *getOriginalCopyright() const override {
return "Lilliput (C) S.L.Grand, Brainware, 1991-1992";
}
const DebugChannelDef *getDebugChannels() const override {
return debugFlagList;
}
};
} // End of namespace Lilliput