diff options
Diffstat (limited to 'src/sat/glucose/XAlloc.h')
-rw-r--r-- | src/sat/glucose/XAlloc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sat/glucose/XAlloc.h b/src/sat/glucose/XAlloc.h index 6907e665..6724fb09 100644 --- a/src/sat/glucose/XAlloc.h +++ b/src/sat/glucose/XAlloc.h @@ -25,7 +25,7 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA #include <stdlib.h> #include <stdio.h> -namespace Glucose { +namespace Gluco { //================================================================================================= // Simple layer on top of malloc/realloc to catch out-of-memory situtaions and provide some typing: |