mirror of https://github.com/daleclack/My_GtkUi
Rename core of calc app
This commit is contained in:
parent
ef7d728eac
commit
eafd54b03a
|
@ -2,7 +2,7 @@
|
||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
#include "calc.hh"
|
#include "calc.h"
|
||||||
|
|
||||||
static int pos = 0;
|
static int pos = 0;
|
||||||
|
|
Loading…
Reference in New Issue