OSDN Git Service

&の位置ちゃうねん
authormyun2 <myun2@nwhite.info>
Mon, 9 Apr 2012 08:21:09 +0000 (17:21 +0900)
committermyun2 <myun2@nwhite.info>
Mon, 9 Apr 2012 08:21:09 +0000 (17:21 +0900)
roast/include/roast/db/mysql.hpp
roast/include/roast/db/sqlite3.hpp

index d8b3e22..3b331cf 100644 (file)
@@ -57,7 +57,7 @@ namespace roast
                                //////////////////////////////
                                
                                template <typename _Command>
-                               void exec(const &_Command cmd, exec_callback callback)
+                               void exec(const _Command& cmd, exec_callback callback)
                                {
                                        
                                }
index d068de3..ccb6c6b 100644 (file)
@@ -68,7 +68,7 @@ namespace roast
                                //////////////////////////////////
                                
                                template <typename _Command>
-                               void exec(const &_Command cmd, exec_callback callback)
+                               void exec(const _Command& cmd, exec_callback callback)
                                {
                                        
                                }