Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
IDataPanel.hpp
Go to the documentation of this file.
1#ifndef LIBS_GUI_IDATAPANEL_HPP_
2#define LIBS_GUI_IDATAPANEL_HPP_
3
5{
6public:
7 virtual ~IDataPanel() = default;
8};
9
10#endif /* LIBS_GUI_IDATAPANEL_HPP_ */
Definition IDataPanel.hpp:5
virtual ~IDataPanel()=default