summaryrefslogtreecommitdiff
path: root/source/LCDriverMethods.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/LCDriverMethods.h')
-rw-r--r--source/LCDriverMethods.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/LCDriverMethods.h b/source/LCDriverMethods.h
index 6e4ae2a..7033be9 100644
--- a/source/LCDriverMethods.h
+++ b/source/LCDriverMethods.h
@@ -248,7 +248,7 @@ private:
// String and vector copy functions.
//-----------------------------------------
template<class T, class U>
- void CopyVectorToArray(const std::vector<T>& Source, U *pDestination, int *piSize);
+ void CopyVectorToArray(const std::vector<T> &Source, U *pDestination, int *piSize);
void CopyStringToArray(std::string &Source, char *pDestination, int *piSize);