summaryrefslogtreecommitdiff
path: root/examples/Smart_Pointers/Widget_Part.cpp
blob: 7a74447cff9cb583e4fb951a18f6466fd01b016d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* -*- C++ -*- */
//=============================================================================
/**
 *  @file    Widget_Part.cpp
 *
 *  $Id$
 *
 *  @author Christopher Kohlhoff <chris@kohlhoff.com>
 */
//=============================================================================

#include "Widget_Part.h"

Widget_Part::~Widget_Part (void)
{
}