aboutsummaryrefslogtreecommitdiff
path: root/cpp/nissy.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpp/nissy.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpp/nissy.h b/cpp/nissy.h
index 8fd0aff..4fa98ad 100644
--- a/cpp/nissy.h
+++ b/cpp/nissy.h
@@ -56,10 +56,10 @@ namespace nissy {
56 56
57 static std::variant<cube, error> from_string( 57 static std::variant<cube, error> from_string(
58 const std::string&); 58 const std::string&);
59 static std::variant<cube, error> get( 59 static std::variant<cube, error> get(long long ep,
60 long long ep, long long eo, long long cp, long long co); 60 long long eo, long long cp, long long co, long long orien);
61 static std::variant<cube, error> get( 61 static std::variant<cube, error> get(long long ep,
62 long long ep, long long eo, long long cp, long long co, 62 long long eo, long long cp, long long co, long long orien,
63 const std::string& options); 63 const std::string& options);
64 64
65 private: 65 private:

Generated with cgit - Back to sebastiano.tronto.net