Skip to content

Commit 057483b

Browse files
committed
rebase
1 parent e3427f6 commit 057483b

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/xmagics/os.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,9 @@
1515
#include "os.hpp"
1616
#include "../xparser.hpp"
1717

18-
//#include "xeus-cpp/xoptions.hpp"
19-
2018
namespace xcpp
2119
{
22-
void writefile::get_options(argparser &argpars)
20+
static void get_options(argparser &argpars)
2321
{
2422
argpars.add_description("write file");
2523
argpars.add_argument("-a", "--append").help("append").default_value(false).implicit_value(true);

src/xmagics/os.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ namespace xcpp
2020
{
2121
public:
2222

23-
void get_options(argparser& argpars);
2423
virtual void operator()(const std::string& line, const std::string& cell) override;
2524

2625
private:

0 commit comments

Comments
 (0)