/* -*- C++ -*- */ //============================================================================= /** * @file Widget.cpp * * @author Christopher Kohlhoff */ //============================================================================= #include "Widget.h" Widget::~Widget (void) { }