Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 6f3000e6df3ce54fa83debdb111646a6871d6251 (plain) (blame)
1
2
3
4
5
6
7
8
#include "DepTest2.h"
#include "d.h"

DepTest2::DepTest2()
{};
DepTest2::~DepTest2()
{};

Back to the top