This name made sense at the time, but now I'm looking at making the corresponding change to `CommandRegistry`, and I don't think `Commands` is a good name for _that_ type, but I don't want the types to be mismatched, so here we are. Change-Id: I06068cbde00f49ff3d720c505a567a152b00b61c
8 lines
132 B
C++
8 lines
132 B
C++
#include "lix/libcmd/legacy.hh"
|
|
|
|
namespace nix {
|
|
|
|
LegacyCommandRegistry::LegacyCommandMap * LegacyCommandRegistry::commands = 0;
|
|
|
|
}
|