forked from lix-project/lix
8 lines
57 B
C++
8 lines
57 B
C++
|
#include "exit.hh"
|
||
|
|
||
|
namespace nix {
|
||
|
|
||
|
Exit::~Exit() {}
|
||
|
|
||
|
}
|