forked from lix-project/lix
8 lines
113 B
C++
8 lines
113 B
C++
|
#include "legacy.hh"
|
||
|
|
||
|
namespace nix {
|
||
|
|
||
|
RegisterLegacyCommand::Commands * RegisterLegacyCommand::commands = 0;
|
||
|
|
||
|
}
|