mirror of
https://github.com/cpm-cmake/CPM.cmake.git
synced 2025-11-22 12:17:36 -05:00
13 lines
246 B
Diff
13 lines
246 B
Diff
|
|
diff --git a/code/adder/adder.cpp b/code/adder/adder.cpp
|
||
|
|
index fc6e767..44b1197 100644
|
||
|
|
--- a/code/adder/adder.cpp
|
||
|
|
+++ b/code/adder/adder.cpp
|
||
|
|
@@ -1,6 +1,6 @@
|
||
|
|
#include "adder.hpp"
|
||
|
|
|
||
|
|
-namespace adder
|
||
|
|
+namespace patched
|
||
|
|
{
|
||
|
|
int add(int a, int b)
|
||
|
|
{
|