xref: /haiku/src/apps/debuganalyzer/gui/chart/ChartAxisLegendSource.cpp (revision bea425f17c6f0d1666d80a320c51f76713e0c596)
1*bea425f1SIngo Weinhold /*
2*bea425f1SIngo Weinhold  * Copyright 2009, Ingo Weinhold, ingo_weinhold@gmx.de.
3*bea425f1SIngo Weinhold  * Distributed under the terms of the MIT License.
4*bea425f1SIngo Weinhold  */
5*bea425f1SIngo Weinhold 
6*bea425f1SIngo Weinhold #include "chart/ChartAxisLegendSource.h"
7*bea425f1SIngo Weinhold 
8*bea425f1SIngo Weinhold 
~ChartAxisLegendSource()9*bea425f1SIngo Weinhold ChartAxisLegendSource::~ChartAxisLegendSource()
10*bea425f1SIngo Weinhold {
11*bea425f1SIngo Weinhold }
12