Loading...
Searching...
No Matches
ThemeTag.h
Go to the documentation of this file.
1//
2// ThemeTag.h
3//
4
5#ifndef MALENA_THEMETAG_H
6#define MALENA_THEMETAG_H
7
8#pragma once
9
11#include <memory>
12#include <unordered_map>
14
15namespace ml
16{
26 struct ThemeTag
27 {
28 virtual ~ThemeTag() = default;
29 };
30
31} // namespace ml
32
33#endif // MALENA_THEMETAG_H
Definition Component.h:22
Lightweight polymorphic base for all Theme structs.
Definition ThemeTag.h:27
virtual ~ThemeTag()=default