QTfrontend/AutoUpdater.cpp
author unc0rr
Sun, 07 Nov 2010 17:01:48 +0300
changeset 4160 043c17a8b3ca
parent 2266 289dc8e51210
permissions -rw-r--r--
Don't call getrandom() from parameters to a function. The order of calls is undefined, so desyncs are probable.

/*
 * Copyright (C) 2008 Remko Troncon
 */

#include "AutoUpdater.h"

AutoUpdater::~AutoUpdater()
{
}