12 lines
171 B
C++
12 lines
171 B
C++
/*
|
|||
|
|
* Copyright 2009, Ingo Weinhold, [email protected].
|
||
|
|
* Distributed under the terms of the MIT License.
|
||
|
|
*/
|
||
|
|
|
||
#include "StackFrame.h"
|
|||
|
|||
|
|
|
||
StackFrame::~StackFrame()
|
|||
{
|
|||
|
|
}
|