Nix/src/nix/legacy.cc
2016-02-09 21:28:29 +01:00

8 lines
113 B
C++

#include "legacy.hh"
namespace nix {
RegisterLegacyCommand::Commands * RegisterLegacyCommand::commands = 0;
}