diff options
author | Michele Calgaro <[email protected]> | 2020-12-18 21:48:35 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-12-18 21:48:35 +0900 |
commit | b0b9b9401cf06859e99ce20b911014404bc08faf (patch) | |
tree | 4e6d9c8c7ec17afd5acc6d8666c7b8c558304838 /doc/html | |
parent | 9301d49ef24a7e6b92da31c27a67f139c44b3015 (diff) | |
download | libksquirrel-b0b9b9401cf06859e99ce20b911014404bc08faf.tar.gz libksquirrel-b0b9b9401cf06859e99ce20b911014404bc08faf.zip |
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html')
-rw-r--r-- | doc/html/ksquirrel-libs-olibs2.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/ksquirrel-libs-olibs2.html b/doc/html/ksquirrel-libs-olibs2.html index 710df8a..80c6b7a 100644 --- a/doc/html/ksquirrel-libs-olibs2.html +++ b/doc/html/ksquirrel-libs-olibs2.html @@ -1143,7 +1143,7 @@ WIDTH="100%" COLOR="#000000" ><PRE CLASS="programlisting" ->#include "polygon.hpp" +>#include "polygon.h" #include <iostream> #include <dlfcn.h> @@ -1185,7 +1185,7 @@ int main() { ></TR ></TABLE ><P ->polygon.hpp:</P +>polygon.h:</P ><TABLE BORDER="0" BGCOLOR="#E0E0E0" @@ -1236,7 +1236,7 @@ WIDTH="100%" COLOR="#000000" ><PRE CLASS="programlisting" ->#include "polygon.hpp" +>#include "polygon.h" #include <cmath> class triangle : public polygon { |