mirror of
https://github.com/cculianu/Fulcrum.git
synced 2026-08-17 13:07:35 +02:00
5 lines
205 B
C++
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;
|