diff options
Diffstat (limited to 'decuda_to_ptxplus/stringList.h')
| -rw-r--r-- | decuda_to_ptxplus/stringList.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decuda_to_ptxplus/stringList.h b/decuda_to_ptxplus/stringList.h index 25d10f7..5460396 100644 --- a/decuda_to_ptxplus/stringList.h +++ b/decuda_to_ptxplus/stringList.h @@ -1,6 +1,6 @@ struct stringListPiece { - char* stringText; + const char* stringText; stringListPiece* nextString; }; |
