mirror of
https://github.com/rvtr/ctr_card_test.git
synced 2025-06-18 14:45:42 -04:00
・クラス変数をちょっと修正
git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-09-30%20-%20paladin.7z/paladin/ctr_card_test@10 ff8ce827-af98-4349-adb5-4c00699b5328
This commit is contained in:
parent
32c7306c62
commit
50ccc90a6c
@ -24,7 +24,7 @@ namespace nakayama{
|
||||
|
||||
settingInfo CardTestProgram::setting;
|
||||
detailInfo CardTestProgram::detail;
|
||||
|
||||
void* CardTestProgram::card_test_buffer;
|
||||
|
||||
/*!--------------------------------------------------------------------------*
|
||||
Name: Display::Display
|
||||
|
@ -1482,9 +1482,9 @@ class CardTestProgram : public Program{
|
||||
public:
|
||||
static settingInfo setting;
|
||||
static detailInfo detail;
|
||||
static void* card_test_buffer;
|
||||
CardType card_type;
|
||||
bool verify_result;
|
||||
void* card_test_buffer;
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user