diff options
author | austriancoder <austriancoder> | 2004-09-13 16:23:16 +0000 |
---|---|---|
committer | austriancoder <austriancoder> | 2004-09-13 16:23:16 +0000 |
commit | 05bc5bd2466f42a18fe467ee611f0a2e42bade39 (patch) | |
tree | c330021f2c5bc1b9d15c8d8dd8b13a6fa7ed29a5 /dxr3palettemanager.c | |
parent | 433938312aba894f3487064387a59336f0e76acc (diff) | |
download | vdr-plugin-dxr3-05bc5bd2466f42a18fe467ee611f0a2e42bade39.tar.gz vdr-plugin-dxr3-05bc5bd2466f42a18fe467ee611f0a2e42bade39.tar.bz2 |
added and converted comments into a doxygen friendly format
Diffstat (limited to 'dxr3palettemanager.c')
-rw-r--r-- | dxr3palettemanager.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dxr3palettemanager.c b/dxr3palettemanager.c index 0769722..745e030 100644 --- a/dxr3palettemanager.c +++ b/dxr3palettemanager.c @@ -16,6 +16,7 @@ #include "dxr3tools.h" // ================================== +//! constructor cDxr3PaletteManager::cDxr3PaletteManager() { memset(m_colors, 0, sizeof(int) * MAX_COLORS); |