Fulcrum/Options.cpp

5 lines
205 B
C++

#include "Options.h"
// C++ has changed, I think. This needs to be here to allocate space for the constant.
// Initialization is taken from class definition, however.
const quint16 Options::DEFAULT_PORT;