blob: 7f0f81b6fb5b3bd8fcf1092a44faa68a4c7b3812 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/* -*- C++ -*- */
//=============================================================================
/**
* @file Widget_Part.cpp
*
* @author Christopher Kohlhoff <chris@kohlhoff.com>
*/
//=============================================================================
#include "Widget_Part.h"
Widget_Part::~Widget_Part ()
{
}
|