diff options
Diffstat (limited to 'src/libcmd/legacy.cc')
-rw-r--r-- | src/libcmd/legacy.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcmd/legacy.cc b/src/libcmd/legacy.cc index 6df09ee37..8bbe9b031 100644 --- a/src/libcmd/legacy.cc +++ b/src/libcmd/legacy.cc @@ -2,6 +2,6 @@ namespace nix { -RegisterLegacyCommand::Commands * RegisterLegacyCommand::commands = 0; +LegacyCommands::Commands * LegacyCommands::commands = 0; } |