9 lines
102 B
C++
9 lines
102 B
C++
/*
|
|
* Copyright (C) 2008 Remko Troncon
|
|
*/
|
|
|
|
#include "AutoUpdater.h"
|
|
|
|
AutoUpdater::~AutoUpdater()
|
|
{
|
|
}
|