diff --git a/src/iexamine_elevator.cpp b/src/iexamine_elevator.cpp index 27889bfe6b9e..fcc6274f9a6f 100644 --- a/src/iexamine_elevator.cpp +++ b/src/iexamine_elevator.cpp @@ -28,7 +28,7 @@ auto move_item( map &here, const tripoint &src, const tripoint &dest ) -> void here.add_item_or_charges( dest, *it ); it = here.i_rem( src, it ); } -}; +} namespace elevator {